home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / samples / debugger / Creation of elements and attributes / sample1.xml next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  311 b   |  10 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--    Sample from Zvon XSLT tutorial (www.zvon.org)   -->
  3. <source>
  4.     <text size="H1">Header1</text>
  5.     <text size="H3">Header3</text>
  6.     <text size="b">Bold text</text>
  7.     <text size="sub">Subscript</text>
  8.     <text size="sup">Superscript</text>
  9. </source>
  10.